From: LLVM Packaging Team Date: Sat, 24 Feb 2024 07:54:59 +0000 (+0100) Subject: lower-python-dep X-Git-Tag: archive/raspbian/1%16.0.6-27+rpi1~6^2~28 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9418673e2526c2b8f61d0e2e962b2af7e578a2e1;p=llvm-toolchain-16.git lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 2b9315c22e..89e05bdb5c 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -830,8 +830,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH "Profiling data file to use when compiling in order to improve runtime performance.") if(LLVM_INCLUDE_TESTS) - # Lit test suite requires at least python 3.6 - set(LLVM_MINIMUM_PYTHON_VERSION 3.6) + # Lit test suite requires at least python 3.5 + set(LLVM_MINIMUM_PYTHON_VERSION 3.5) else() # FIXME: it is unknown if this is the actual minimum bound set(LLVM_MINIMUM_PYTHON_VERSION 3.0)